home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Technotools
/
Technotools (Chestnut CD-ROM)(1993).ISO
/
lang_c
/
ucturbo2
/
equip.h
< prev
next >
Wrap
Text File
|
1987-05-17
|
1KB
|
19 lines
/*************************************************************************
* *
* equip.h *
* *
* This header defines a structure to hold equipment installed data *
* *
*************************************************************************/
struct EQUIP
{
int disk_yn, /* 1 = yes disks installed */
game_adpt, /* 1 = game adapter installed */
print_port, /* number of printer ports installed */
n232, /* number of serial ports installed */
vmode, /* initial video mode */
ndisks, /* number of disk drives installed */
mem; /* amount of base memory installed */
};